home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / propmodify.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  2.0 KB  |  60 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. #if !defined(AFX_PROPMODIFY_H__430FB7B4_A088_11D1_B79F_000021452DB6__INCLUDED_)
  12. #define AFX_PROPMODIFY_H__430FB7B4_A088_11D1_B79F_000021452DB6__INCLUDED_
  13.  
  14. #if _MSC_VER >= 1000
  15. #pragma once
  16. #endif // _MSC_VER >= 1000
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CPropModify dialog
  19.  
  20. class CPropModify : public CDialog
  21. {
  22. // Construction
  23. public:
  24.     CPropModify(COleVariant *pvarVal, LPCTSTR cszName, LPCTSTR cszType, CWnd* pParent = NULL);   // standard constructor
  25.  
  26. // Dialog Data
  27.     //{{AFX_DATA(CPropModify)
  28.     enum { IDD = IDD_MODIFY };
  29.         // NOTE: the ClassWizard will add data members here
  30.     //}}AFX_DATA
  31.  
  32.  
  33.     COleVariant    m_varVal;
  34. // Overrides
  35.     // ClassWizard generated virtual function overrides
  36.     //{{AFX_VIRTUAL(CPropModify)
  37.     public:
  38.     virtual BOOL DestroyWindow();
  39.     protected:
  40.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  41.     //}}AFX_VIRTUAL
  42.  
  43. // Implementation
  44. protected:
  45.     CString        m_cstrName;
  46.     CString        m_cstrType;
  47.     CPtrArray    m_arrWnd;
  48.     int            m_index;
  49.     BOOL        m_bInitDone;
  50.     // Generated message map functions
  51.     //{{AFX_MSG(CPropModify)
  52.     virtual BOOL OnInitDialog();
  53.     //}}AFX_MSG
  54.     DECLARE_MESSAGE_MAP()
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  58.  
  59. #endif // !defined(AFX_PROPMODIFY_H__430FB7B4_A088_11D1_B79F_000021452DB6__INCLUDED_)
  60.